home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldopc / install.exe / _SETUP.1 / WALDOPC.EXE / WALDOPC.DXR / 00385.ls < prev    next >
Encoding:
Text File  |  1996-06-11  |  257 b   |  16 lines

  1. on exitFrame
  2.   global questnum
  3.   if questnum = 1 then
  4.     puppetTransition(23)
  5.     go("quest1")
  6.   end if
  7.   if questnum = 2 then
  8.     puppetTransition(23)
  9.     go("quest2")
  10.   end if
  11.   if questnum = 3 then
  12.     puppetTransition(23)
  13.     go("quest3")
  14.   end if
  15. end
  16.